home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / PENAPI.MST (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-02-13  |  22KB  |  629 lines

  1. :Base penapi.HLP
  2. 1 Microsoft Windows Pen API Programmer's Reference
  3. 2 Legal Information=_win32_Legal_Information_Pen
  4. 2 Introduction
  5. 3 Introduction=_fred_1001
  6. 3 Organization=_fred_1002
  7. 3 Document Conventions=_fred_1003
  8. 3 Books and Articles for Further Reading=_fred_1004
  9. 3 System Requirements=_fred_1005
  10. 3 Acknowledgments=_fred_1006
  11. 2 Overview of the Pen Application Programming Interface
  12. 3 Overview of the Pen Application Programming Interface=_fred_1008
  13. 3 Architecture of the Pen API=_fred_1009
  14. 3 Windows=_fred_1010
  15. 3 Drivers=_fred_1011
  16. 3 Pen Driver=_fred_1012
  17. 3 Display Driver=_fred_1013
  18. 3 Recognizer=_fred_1014
  19. 3 Accessing the Pen API from Applications=_fred_1015
  20. 2 Starting OUt with System Defaults
  21. 3 Starting Out with System Defaults=_fred_1017
  22. 3 Pen-Unaware Applications=_fred_1018
  23. 3 Pen-Aware Applications=_fred_1019
  24. 3 Beginning an Input Session=_fred_1020
  25. 3 DoDefaultPenInput Messages=_fred_1021
  26. 3 Step 1: PE_BEGININPUT Submessage=_fred_1022
  27. 3 Step 2: PE_SETTARGETS Submessage=_fred_1023
  28. 3 Step 3: PE_GETPCMINFO Submessage=_fred_1024
  29. 3 Step 4: PE_GETINKINGINFO Message=_fred_1025
  30. 3 Step 5: Master PCMINFO and INKINGINFO Structures=_fred_1026
  31. 3 Step 6: PE_BEGINDATA Message=_fred_1027
  32. 3 Step 7: PE_MOREDATA Message=_fred_1028
  33. 3 Step 8: PE_ENDDATA Message=_fred_1029
  34. 3 Step 9: PE_RESULT Message=_fred_1030
  35. 3 Step 10: PE_ENDINPUT Message=_fred_1031
  36. 2 The Writing Process
  37. 3 The Writing Process=_fred_1033
  38. 3 Pen Edit Controls=_fred_1034
  39. 3 The hedit Control=_fred_1035
  40. 3 hedit Control Messages=_fred_1036
  41. 3 Printing an Edit Control=_fred_1037
  42. 3 The bedit Control=_fred_1038
  43. 3 bedit Control Messages=_fred_1039
  44. 3 Using bedit Controls in Dialog Boxes=_fred_1040
  45. 3 The iedit Control=_fred_1041
  46. 3 iedit Control Messages=_fred_1042
  47. 3 Ink Input=_fred_1043
  48. 3 Starting the Chain of Events=_fred_1044
  49. 3 Collecting and Displaying Data=_fred_1045
  50. 3 Processing the Data=_fred_1046
  51. 3 The On-screen Keyboard=_fred_1047
  52. 2 The Inking Process
  53. 3 The Inking Process=_fred_1049
  54. 3 The HPENDATA Object=_fred_1050
  55. 3 Overview of HPENDATA=_fred_1051
  56. 3 Data Within an HPENDATA Object=_fred_1052
  57. 3 Data Points=_fred_1053
  58. 3 Stroke Headers=_fred_1054
  59. 3 Main Header=_fred_1055
  60. 3 HPENDATA Functions=_fred_1056
  61. 3 Creating an HPENDATA Object=_fred_1057
  62. 3 Displaying Pen Data=_fred_1058
  63. 3 Scaling Pen Data=_fred_1059
  64. 3 Examining Pen Data=_fred_1060
  65. 3 Editing or Copying Pen Data=_fred_1061
  66. 3 Compressing Pen Data=_fred_1062
  67. 3 Compression Functions=_fred_1063
  68. 3 Converting Data to Display Resolution=_fred_1064
  69. 3 The HINKSET Object=_fred_1065
  70. 3 The HINKSET Functions=_fred_1066
  71. 3 Timing Information=_fred_1067
  72. 3 Timing Macros=_fred_1068
  73. 3 dwDiffAT=_fred_1069
  74. 3 dwDurInterval=_fred_1070
  75. 3 FAbsTimeInInterval=_fred_1071
  76. 3 FIntervalInInterval=_fred_1072
  77. 3 FIntervalXInterval=_fred_1073
  78. 3 FLTAbsTime FLTEAbsTime FEQAbsTime=_fred_1074
  79. 3 MakeAbsTime=_fred_1075
  80. 2 The Recognition Process
  81. 3 The Recognition Process=_fred_1077
  82. 3 The HRC Object=_fred_1078
  83. 3 Using the HRC Functions=_fred_1079
  84. 3 Creating the HRC=_fred_1080
  85. 3 Configuring the HRC=_fred_1081
  86. 3 Alphabet=_fred_1082
  87. 3 Gesture=_fred_1083
  88. 3 Word List=_fred_1084
  89. 3 Guide=_fred_1085
  90. 3 Number of Recognition Guesses=_fred_1086
  91. 3 Processing=_fred_1087
  92. 3 Adding Data to an HRC Object=_fred_1088
  93. 3 Allocating Processing Time=_fred_1089
  94. 3 Getting Results=_fred_1090
  95. 3 Boxed Recognition=_fred_1091
  96. 3 Unboxed Recognition=_fred_1092
  97. 3 Getting Results from the RCRESULT Structure=_fred_1093
  98. 3 Destroying the HRC=_fred_1094
  99. 2 Design Considerations
  100. 3 Design Considerations=_fred_1096
  101. 3 Basic Principles=_fred_1097
  102. 3 Keep It Simple=_fred_1098
  103. 3 Use Familiar Models=_fred_1099
  104. 3 Use Feedback=_fred_1100
  105. 3 Make It Fast=_fred_1101
  106. 3 Make It Fun=_fred_1102
  107. 3 Make Exploration Safe=_fred_1103
  108. 3 Let the User Maintain Control=_fred_1104
  109. 3 Recognition: Use and Misuse=_fred_1105
  110. 3 Selecting Is Better Than Writing=_fred_1106
  111. 3 bedit Is Better Than hedit=_fred_1107
  112. 3 Real Time Is Better Than Deferred Time=_fred_1108
  113. 3 Make Corrections Easy=_fred_1109
  114. 3 Provide Easy Access to the On-screen Keyboard=_fred_1110
  115. 3 Other Considerations=_fred_1111
  116. 3 Don't Rely on Gestures=_fred_1112
  117. 3 Provide Ample Target Space=_fred_1113
  118. 3 Use Position Clues=_fred_1114
  119. 3 Conserve Power=_fred_1115
  120. 3 Guidelines for Applications=_fred_1116
  121. 3 Annotation=_fred_1117
  122. 3 Word Processor=_fred_1118
  123. 3 Spreadsheet=_fred_1119
  124. 3 Mail=_fred_1120
  125. 3 Forms=_fred_1121
  126. 3 Shell=_fred_1122
  127. 2 A Sample Pen Application
  128. 3 A Sample Pen Application=_fred_1124
  129. 3 Overview of PENAPP=_fred_1125
  130. 3 Initialization=_fred_1126
  131. 3 WinMain=_fred_1127
  132. 3 InitInstance=_fred_1128
  133. 3 Window Procedures=_fred_1129
  134. 3 MainWndProc=_fred_1130
  135. 3 InputWndProc=_fred_1131
  136. 3 InfoWndProc=_fred_1132
  137. 3 DisplayGuesses=_fred_1133
  138. 3 DrawArrow=_fred_1134
  139. 3 DrawMirrorImage=_fred_1135
  140. 3 RawWndProc=_fred_1136
  141. 2 Writing a Recognizer
  142. 3 Writing a Recognizer=_fred_1138
  143. 3 Recognizer Objects=_fred_1139
  144. 3 How a Recognizer Works=_fred_1140
  145. 3 List of Exported Functions=_fred_1141
  146. 3 Initialization=_fred_1142
  147. 3 HRC Functions=_fred_1143
  148. 3 HRCRESULT Functions=_fred_1144
  149. 3 Specifying an Alphabet Set=_fred_1145
  150. 3 Word Lists=_fred_1146
  151. 3 Training=_fred_1147
  152. 3 Interpreting Input=_fred_1148
  153. 3 Processing Raw Data=_fred_1149
  154. 3 Segmentation of Symbols=_fred_1150
  155. 3 Stroke Order and Direction=_fred_1151
  156. 3 Returning Results=_fred_1152
  157. 3 Results Messages=_fred_1153
  158. 3 The RCRESULT Structure=_fred_1154
  159. 3 Hot Spots=_fred_1155
  160. 3 Writing a Recognizer=_fred_1156
  161. 3 Recognition Functions=_fred_1157
  162. 3 CreateCompatibleHRC=_fred_1158
  163. 3 DestroyHRC=_fred_1159
  164. 3 AddPenInputHRC=_fred_1160
  165. 3 CreatePenDataHRC=_fred_1161
  166. 3 CreateInksetHRCRESULT=_fred_1162
  167. 3 A Sample Recognizer=_fred_1163
  168. 3 SREC Initialization Functions=_fred_1164
  169. 3 SREC Recognition Functions=_fred_1165
  170. 2 Summary of the Pen Application Programming Interface
  171. 3 Summary of the Pen Application Programming Interface=_fred_1167
  172. 3 Pen API Functions=_fred_1168
  173. 3 List of Pen API Functions=_fred_1169
  174. 3 Pen Kernel Functions=_fred_1170
  175. 3 Pen API Structures=_fred_1171
  176. 3 Pen API Messages=_fred_1172
  177. 3 Pen API Constants=_fred_1173
  178. 2 Pen Application Programming Interface Functions
  179. 3 Pen Application Programming Interface Functions=_fred_1206
  180. 3 AddInksetInterval=_fred_1207
  181. 3 AddPenDataHRC=_fred_1208
  182. 3 AddPenInputHRC=_fred_1209
  183. 3 AddPointsPenData=_fred_1210
  184. 3 AddWordsHWL=_fred_1211
  185. 3 AnimateProc=_fred_1212
  186. 3 AtomicVirtualEvent=_fred_1213
  187. 3 BeginEnumStrokes=_fred_1214
  188. 3 BoundingRectFromPoints=_fred_1215
  189. 3 CharacterToSymbol=_fred_1216
  190. 3 CompactPenData=_fred_1217
  191. 3 CompressPenData=_fred_1218
  192. 3 ConfigHREC=_fred_1219
  193. 3 ConfigRecognizer=_fred_1220
  194. 3 CorrectWriting=_fred_1221
  195. 3 CorrectWritingEx=_fred_1222
  196. 3 CreateCompatibleHRC=_fred_1223
  197. 3 CreateHWL=_fred_1224
  198. 3 CreateInkset=_fred_1225
  199. 3 CreateInksetHRCRESULT=_fred_1226
  200. 3 CreatePenData=_fred_1227
  201. 3 CreatePenDataEx=_fred_1228
  202. 3 CreatePenDataHRC=_fred_1229
  203. 3 CreatePenDataRegion=_fred_1230
  204. 3 DestroyHRC=_fred_1231
  205. 3 DestroyHRCRESULT=_fred_1232
  206. 3 DestroyHWL=_fred_1233
  207. 3 DestroyInkset=_fred_1234
  208. 3 DestroyPenData=_fred_1235
  209. 3 DictionarySearch=_fred_1236
  210. 3 DoDefaultPenInput=_fred_1237
  211. 3 DPtoTP=_fred_1238
  212. 3 DrawPenData=_fred_1239
  213. 3 DrawPenDataEx=_fred_1240
  214. 3 DrawPenDataFmt=_fred_1241
  215. 3 DuplicatePenData=_fred_1242
  216. 3 EmulatePen=_fred_1243
  217. 3 EnableGestureSetHRC=_fred_1244
  218. 3 EnableSystemDictionaryHRC=_fred_1245
  219. 3 EndEnumStrokes=_fred_1246
  220. 3 EndPenInputHRC=_fred_1247
  221. 3 EnumSymbols=_fred_1248
  222. 3 EnumSymbolsCallback=_fred_1249
  223. 3 ExtractPenDataPoints=_fred_1250
  224. 3 ExtractPenDataStrokes=_fred_1251
  225. 3 FirstSymbolFromGraph=_fred_1252
  226. 3 GetAlphabetHRC=_fred_1253
  227. 3 GetAlphabetPriorityHRC=_fred_1254
  228. 3 GetAlternateWordsHRCRESULT=_fred_1255
  229. 3 GetBoxMappingHRCRESULT=_fred_1256
  230. 3 GetBoxResultsHRC=_fred_1257
  231. 3 GetGlobalRC=_fred_1258
  232. 3 GetGuideHRC=_fred_1259
  233. 3 GetHotspotsHRCRESULT=_fred_1260
  234. 3 GetHRECFromHRC=_fred_1261
  235. 3 GetInksetInterval=_fred_1262
  236. 3 GetInksetIntervalCount=_fred_1263
  237. 3 GetInternationalHRC=_fred_1264
  238. 3 GetMaxResultsHRC=_fred_1265
  239. 3 GetPenAppFlags=_fred_1266
  240. 3 GetPenAsyncState=_fred_1267
  241. 3 GetPenDataAttributes=_fred_1268
  242. 3 GetPenDataInfo=_fred_1269
  243. 3 GetPenDataStroke=_fred_1270
  244. 3 GetPenHwEventData=_fred_1271
  245. 3 GetPenInput=_fred_1272
  246. 3 GetPenResource=_fred_1273
  247. 3 GetPenMiscInfo=_fred_1274
  248. 3 GetPointsFromPenData=_fred_1275
  249. 3 GetResultsHRC=_fred_1276
  250. 3 GetStrokeAttributes